home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / mega-source-103-nshell.hqx / mega src / How To < prev    next >
Encoding:
Text File  |  1994-09-29  |  1.3 KB  |  28 lines

  1. This package provides additional source code for the nShell™ environment.  It is assumed that you have downloaded and installed the nShell application and its Programmer's Guide.  These packages are available from a number of on-line sources.
  2.  
  3. With version 1.0.3, these files have been modified to build with either the Think C or the CodeWarrior development environments.  Project files are included for Think C only.  Tech Note 1, included in this package, describes how to create CodeWarrior project files for nShell commands.
  4.  
  5. Think C Development Environment
  6. ===============================
  7.  
  8. The folder called "Source" contains source code for nShell commands.  For each command there are three files:
  9.  
  10. something.π      - A Think C project file
  11. something.c      - Source code for the command
  12. something.π.rsrc - Resources for the command
  13.  
  14. If you wish to build one of these commands, copy that command's files to your nShell development folder. This will ensure that Think C can find the required "lib" files.
  15.  
  16. To Build A Command Using Think C
  17. ================================
  18.  
  19. 1. Start up Think C (version 5.0 or later)
  20.  
  21. 2. Open the project file
  22.  
  23. 3. Select "Build Code Resource" from the "Project Menu".
  24.  
  25. 4. Give the command a unique name and select "Save" to store the command.
  26.  
  27. 5. Drop the new command into your "bin" directory.
  28.